﻿/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote , a, b, span, p ,i,dl, dt, dd, ul, ol, li, pre, button, input, textarea,th, td,div,select,img{
    margin: 0;
    padding: 0;
} 
/* 取消加粗*/
b {
    font-weight: normal;
}

/* 设置默认字体 */
body,
button, input, select, textarea {
	color:#333;
}

/* 重置h标签字体*/
h1,h2,h3,h4, h5, h6 { font-size: 100%; font-weight:normal;}

 /* 将斜体扶正 */
address, cite, dfn, em, var { font-style: normal; }

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { 
text-decoration: none;
 }

/* 加小手触发 */
input[type="button"]{
   cursor: pointer;
}

/* 去掉默认触发 */
input[type="text"] {
    outline: none;
}

/* 使得表单元素在 ie 下能继承字体大小 */
button, input, select, textarea {
    font-size: 100%; 
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}



.BMap_Marker label{font-size: 16px !important;font-weight: 600 !important;left: 20px !important;top: -1px !important;border: none !important;background:none/* rgb(245, 243, 240)*/ !important;font-family: 微软雅黑 !important;*-webkit-box-reflect: below;*/-webkit-text-stroke:1px #f00;*-webkit-box-reflect: below;*/-webkit-text-stroke:1px #f00;*-webkit-box-reflect: below;*/-webkit-text-stroke:1px #f00;*-webkit-box-reflect: below;*/-webkit-text-stroke:1px #f00;*-webkit-box-reflect: below;*/-webkit-text-stroke:1px #f00;/* -webkit-text-stroke: 0.5px #433b33; *//* -webkit-box-reflect: below; */color: #433b33;height: 30px;}
.BMap_bubble_title{ box-sizing: content-box;width: 220px;height: 55px;position: absolute;left: 10px;top: 20px;z-index: 10;overflow: hidden;font-size: 16px;}
#loading{background:url(http://www.anlpsonline.com/skin/anlps/images/index-logo.png) center center / 25% no-repeat rgba(0, 0, 0, 0.39) !important; }
#thinkPano{background:rgba(0, 0, 0, 0.39);}


/* 清除浮动 */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
*{
	box-sizing:border-box;
    font-family: 微软雅黑;
}


/* 统一左浮动 */
.fl{
	float:left;
}

/* 统一右浮动 */
.fr{
	float:right;
}
input[type="button"], input[type="submit"], input[type="reset"] {

    -webkit-appearance: none;

}
img{
    border: none;
}
